In Python 3.11 and later, use tomllib instead of toml#42
In Python 3.11 and later, use tomllib instead of toml#42musicinmybrain wants to merge 1 commit intogchamon:masterfrom
Conversation
e3fdb22 to
b240469
Compare
|
Hmm, this is still not quite right. One more force-push coming… |
This removes the dependency on toml for Python versions that have tomllib in the standard library.
b240469 to
79a894f
Compare
|
|
Ok, I’m happy with this! Applied as a downstream patch in Fedora and EPEL10/EPEL9, it really does drop the |
|
hey @musicinmybrain sorry for the silence I am barely keeping up with my life's responsibilities (moving to another home, work demands, routine...) I'll start giving this project more attention as soon as my new home project doesn't demand too much from my time |
|
Sorry it's been a while (for some PRs quite longer than that), but I plan to give this project some attention (finally). Expect some updates this month. |



This removes the dependency on
tomlfor Python versions that havetomllibin the standard library.I tested this without using Poetry; I did not attempt to meddle with
Poetry.lockorrequirements.txt.